Html Css Color HEX #368BCD Curious Blue

📋 copy color: '#368BCD'

red 54 ◦ green 139 ◦ blue 205

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

Shades of Curious Blue #368BCD

Tints of Curious Blue #368BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.51%

R = 13.57%
G = 34.92%
B = 51.51%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#368BCD (or 0x368BCD) is known color: Curious Blue. HEX triplet: 36, 8B and CD. RGB value is (54,139,205). Sum of RGB (Red+Green+Blue) = 54+139+205=398 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.57% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #368BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368BCD is #C97432. Grayscale: #787878. Windows color (decimal): -13202483 or 13470518. OLE color: 13470518.

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

Color convert

RGB 54 139 205 -
CMYK 0.74 0.32 0 0.20
HSL 206.23º 0.6% 0.51% -
HSV(B) 206.23º 0.74% 0.8% -
XYZ 21.77 23.66 61.18 -
YUV 121.11 175.34 80.13 -
System Red Green Blue C M Y K H S L
Decimal 54 139 205 0.74 0.32 0 0.20 206.23 0.6 0.51
Hex 36 8B CD 4A 20 0 14 CE 3C 33
Octal 66 213 315 112 40 0 24 316 74 63
Binary 110110 10001011 11001101 1001010 100000 0 10100 11001110 111100 110011

Color Harmonies of #368BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368BCD

Black with #368BCD

Text Example


Text Example

White with #368BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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