Html Css Color HEX #368DBB Curious Blue

📋 copy color: '#368DBB'

red 54 ◦ green 141 ◦ blue 187

#368DBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #368DBB

Tints of Curious Blue #368DBB

RGB

 RED value IS 54 (21.48% from 255) = 14.14%

 GREEN value IS 141 (55.47% from 255) = 36.91%

 BLUE value IS 187 (73.44% from 255) = 48.95%

R = 14.14%
G = 36.91%
B = 48.95%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#368DBB (or 0x368DBB) is known color: Curious Blue. HEX triplet: 36, 8D and BB. RGB value is (54,141,187). Sum of RGB (Red+Green+Blue) = 54+141+187=382 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.14% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #368DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368DBB is #C97244. Grayscale: #777777. Windows color (decimal): -13201989 or 12291382. OLE color: 12291382.

HSL color Cylindrical-coordinate representation of color #368DBB: hue angle of 200.75º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #368DBB is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 141 187 -
CMYK 0.71 0.25 0 0.27
HSL 200.75º 0.55% 0.47% -
HSV(B) 200.75º 0.71% 0.73% -
XYZ 20.02 23.42 50.48 -
YUV 120.23 165.68 80.76 -
System Red Green Blue C M Y K H S L
Decimal 54 141 187 0.71 0.25 0 0.27 200.75 0.55 0.47
Hex 36 8D BB 47 19 0 1B C9 37 2F
Octal 66 215 273 107 31 0 33 311 67 57
Binary 110110 10001101 10111011 1000111 11001 0 11011 11001001 110111 101111

Color Harmonies of #368DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368DBB

Black with #368DBB

Text Example


Text Example

White with #368DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368DBB; }

 p { color: rgb(54,141,187); }

 H1.HeaderClassName
 {
   color: #368DBB;
 }
 .AnyTagClassName
 {
   color: #368DBB;
 }
</style>

background-color css

<style>
 a { background-color: #368DBB; }

 a { background-color: rgb(54,141,187); }

 div.DivClassName
 {
   background-color: #368DBB;
 }
 .BgClassName
 {
   background-color: #368DBB;
 }
</style>

border-color css

<style>
 span { border-color: #368DBB; }

 span { border-color: rgb(54,141,187); }

 td.TdClassName
 {
   border-color: #368DBB;
 }
 .TagClassName
 {
   border-color: #368DBB;
 }
</style>