Html Css Color HEX #368ACD Curious Blue

📋 copy color: '#368ACD'

red 54 ◦ green 138 ◦ blue 205

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

Shades of Curious Blue #368ACD

Tints of Curious Blue #368ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.76%

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

R = 13.6%
G = 34.76%
B = 51.64%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#368ACD (or 0x368ACD) is known color: Curious Blue. HEX triplet: 36, 8A and CD. RGB value is (54,138,205). Sum of RGB (Red+Green+Blue) = 54+138+205=397 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.60% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #368ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368ACD is #C97532. Grayscale: #787878. Windows color (decimal): -13202739 or 13470262. OLE color: 13470262.

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

Color convert

RGB 54 138 205 -
CMYK 0.74 0.33 0 0.20
HSL 206.62º 0.6% 0.51% -
HSV(B) 206.62º 0.74% 0.8% -
XYZ 21.63 23.37 61.13 -
YUV 120.52 175.67 80.55 -
System Red Green Blue C M Y K H S L
Decimal 54 138 205 0.74 0.33 0 0.20 206.62 0.6 0.51
Hex 36 8A CD 4A 21 0 14 CF 3C 33
Octal 66 212 315 112 41 0 24 317 74 63
Binary 110110 10001010 11001101 1001010 100001 0 10100 11001111 111100 110011

Color Harmonies of #368ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368ACD

Black with #368ACD

Text Example


Text Example

White with #368ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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