Html Css Color HEX #275CAD Cerulean Blue

📋 copy color: '#275CAD'

red 39 ◦ green 92 ◦ blue 173

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

Shades of Cerulean Blue #275CAD

Tints of Cerulean Blue #275CAD

RGB

 RED value IS 39 (15.63% from 255) = 12.83%

 GREEN value IS 92 (36.33% from 255) = 30.26%

 BLUE value IS 173 (67.97% from 255) = 56.91%

R = 12.83%
G = 30.26%
B = 56.91%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#275CAD (or 0x275CAD) is known color: Cerulean Blue. HEX triplet: 27, 5C and AD. RGB value is (39,92,173). Sum of RGB (Red+Green+Blue) = 39+92+173=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #275CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275CAD is #D8A352. Grayscale: #555555. Windows color (decimal): -14197587 or 11361319. OLE color: 11361319.

HSL color Cylindrical-coordinate representation of color #275CAD: hue angle of 216.27º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #275CAD is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 92 173 -
CMYK 0.77 0.47 0 0.32
HSL 216.27º 0.63% 0.42% -
HSV(B) 216.27º 0.77% 0.68% -
XYZ 12.21 11.1 41.03 -
YUV 85.39 177.44 94.91 -
System Red Green Blue C M Y K H S L
Decimal 39 92 173 0.77 0.47 0 0.32 216.27 0.63 0.42
Hex 27 5C AD 4D 2F 0 20 D8 3F 2A
Octal 47 134 255 115 57 0 40 330 77 52
Binary 100111 1011100 10101101 1001101 101111 0 100000 11011000 111111 101010

Color Harmonies of #275CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275CAD

Black with #275CAD

Text Example


Text Example

White with #275CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275CAD; }

 p { color: rgb(39,92,173); }

 H1.HeaderClassName
 {
   color: #275CAD;
 }
 .AnyTagClassName
 {
   color: #275CAD;
 }
</style>

background-color css

<style>
 a { background-color: #275CAD; }

 a { background-color: rgb(39,92,173); }

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

border-color css

<style>
 span { border-color: #275CAD; }

 span { border-color: rgb(39,92,173); }

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