Html Css Color HEX #368CBB Curious Blue

📋 copy color: '#368CBB'

red 54 ◦ green 140 ◦ blue 187

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

Shades of Curious Blue #368CBB

Tints of Curious Blue #368CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.75%

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

R = 14.17%
G = 36.75%
B = 49.08%

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

#368CBB (or 0x368CBB) is known color: Curious Blue. HEX triplet: 36, 8C and BB. RGB value is (54,140,187). Sum of RGB (Red+Green+Blue) = 54+140+187=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #368CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368CBB is #C97344. Grayscale: #777777. Windows color (decimal): -13202245 or 12291126. OLE color: 12291126.

HSL color Cylindrical-coordinate representation of color #368CBB: hue angle of 201.2º 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 #368CBB is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 140 187 -
CMYK 0.71 0.25 0 0.27
HSL 201.2º 0.55% 0.47% -
HSV(B) 201.2º 0.71% 0.73% -
XYZ 19.87 23.13 50.43 -
YUV 119.64 166.01 81.18 -
System Red Green Blue C M Y K H S L
Decimal 54 140 187 0.71 0.25 0 0.27 201.2 0.55 0.47
Hex 36 8C BB 47 19 0 1B C9 37 2F
Octal 66 214 273 107 31 0 33 311 67 57
Binary 110110 10001100 10111011 1000111 11001 0 11011 11001001 110111 101111

Color Harmonies of #368CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368CBB

Black with #368CBB

Text Example


Text Example

White with #368CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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