Html Css Color HEX #368FCD Curious Blue

📋 copy color: '#368FCD'

red 54 ◦ green 143 ◦ blue 205

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

Shades of Curious Blue #368FCD

Tints of Curious Blue #368FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

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

R = 13.43%
G = 35.57%
B = 51%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#368FCD (or 0x368FCD) is known color: Curious Blue. HEX triplet: 36, 8F and CD. RGB value is (54,143,205). Sum of RGB (Red+Green+Blue) = 54+143+205=402 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.43% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #368FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368FCD is #C97032. Grayscale: #7B7B7B. Windows color (decimal): -13201459 or 13471542. OLE color: 13471542.

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

Color convert

RGB 54 143 205 -
CMYK 0.74 0.30 0 0.20
HSL 204.64º 0.6% 0.51% -
HSV(B) 204.64º 0.74% 0.8% -
XYZ 22.36 24.84 61.37 -
YUV 123.46 174.01 78.46 -
System Red Green Blue C M Y K H S L
Decimal 54 143 205 0.74 0.30 0 0.20 204.64 0.6 0.51
Hex 36 8F CD 4A 1E 0 14 CD 3C 33
Octal 66 217 315 112 36 0 24 315 74 63
Binary 110110 10001111 11001101 1001010 11110 0 10100 11001101 111100 110011

Color Harmonies of #368FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368FCD

Black with #368FCD

Text Example


Text Example

White with #368FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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