Html Css Color HEX #368CCB Curious Blue

📋 copy color: '#368CCB'

red 54 ◦ green 140 ◦ blue 203

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

Shades of Curious Blue #368CCB

Tints of Curious Blue #368CCB

RGB

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

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

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

R = 13.6%
G = 35.26%
B = 51.13%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#368CCB (or 0x368CCB) is known color: Curious Blue. HEX triplet: 36, 8C and CB. RGB value is (54,140,203). Sum of RGB (Red+Green+Blue) = 54+140+203=397 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.60% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #368CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368CCB is #C97334. Grayscale: #797979. Windows color (decimal): -13202229 or 13339702. OLE color: 13339702.

HSL color Cylindrical-coordinate representation of color #368CCB: hue angle of 205.37º 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 #368CCB is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 140 203 -
CMYK 0.73 0.31 0 0.20
HSL 205.37º 0.59% 0.5% -
HSV(B) 205.37º 0.73% 0.8% -
XYZ 21.68 23.85 59.96 -
YUV 121.47 174.01 79.88 -
System Red Green Blue C M Y K H S L
Decimal 54 140 203 0.73 0.31 0 0.20 205.37 0.59 0.5
Hex 36 8C CB 49 1F 0 14 CD 3B 32
Octal 66 214 313 111 37 0 24 315 73 62
Binary 110110 10001100 11001011 1001001 11111 0 10100 11001101 111011 110010

Color Harmonies of #368CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368CCB

Black with #368CCB

Text Example


Text Example

White with #368CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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