Html Css Color HEX #368BCB Curious Blue

📋 copy color: '#368BCB'

red 54 ◦ green 139 ◦ blue 203

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

Shades of Curious Blue #368BCB

Tints of Curious Blue #368BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.1%

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 13.64%
G = 35.1%
B = 51.26%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#368BCB (or 0x368BCB) is known color: Curious Blue. HEX triplet: 36, 8B and CB. RGB value is (54,139,203). Sum of RGB (Red+Green+Blue) = 54+139+203=396 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.64% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #368BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368BCB is #C97434. Grayscale: #787878. Windows color (decimal): -13202485 or 13339446. OLE color: 13339446.

HSL color Cylindrical-coordinate representation of color #368BCB: hue angle of 205.77º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #368BCB is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 139 203 -
CMYK 0.73 0.32 0 0.20
HSL 205.77º 0.59% 0.5% -
HSV(B) 205.77º 0.73% 0.8% -
XYZ 21.53 23.56 59.91 -
YUV 120.88 174.34 80.3 -
System Red Green Blue C M Y K H S L
Decimal 54 139 203 0.73 0.32 0 0.20 205.77 0.59 0.5
Hex 36 8B CB 49 20 0 14 CE 3B 32
Octal 66 213 313 111 40 0 24 316 73 62
Binary 110110 10001011 11001011 1001001 100000 0 10100 11001110 111011 110010

Color Harmonies of #368BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368BCB

Black with #368BCB

Text Example


Text Example

White with #368BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,139,203); }

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

background-color css

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

 a { background-color: rgb(54,139,203); }

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

border-color css

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

 span { border-color: rgb(54,139,203); }

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