Html Css Color HEX #368BCC Curious Blue

📋 copy color: '#368BCC'

red 54 ◦ green 139 ◦ blue 204

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

Shades of Curious Blue #368BCC

Tints of Curious Blue #368BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 13.6%
G = 35.01%
B = 51.39%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#368BCC (or 0x368BCC) is known color: Curious Blue. HEX triplet: 36, 8B and CC. RGB value is (54,139,204). Sum of RGB (Red+Green+Blue) = 54+139+204=397 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.60% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #368BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368BCC is #C97433. Grayscale: #787878. Windows color (decimal): -13202484 or 13404982. OLE color: 13404982.

HSL color Cylindrical-coordinate representation of color #368BCC: hue angle of 206º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #368BCC is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 139 204 -
CMYK 0.74 0.32 0 0.2
HSL 206º 0.6% 0.51% -
HSV(B) 206º 0.74% 0.8% -
XYZ 21.65 23.61 60.54 -
YUV 121 174.84 80.21 -
System Red Green Blue C M Y K H S L
Decimal 54 139 204 0.74 0.32 0 0.2 206 0.6 0.51
Hex 36 8B CC 4A 20 0 14 CE 3C 33
Octal 66 213 314 112 40 0 24 316 74 63
Binary 110110 10001011 11001100 1001010 100000 0 10100 11001110 111100 110011

Color Harmonies of #368BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368BCC

Black with #368BCC

Text Example


Text Example

White with #368BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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