Html Css Color HEX #275CAA Cerulean Blue

📋 copy color: '#275CAA'

red 39 ◦ green 92 ◦ blue 170

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

Shades of Cerulean Blue #275CAA

Tints of Cerulean Blue #275CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.48%

R = 12.96%
G = 30.56%
B = 56.48%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#275CAA (or 0x275CAA) is known color: Cerulean Blue. HEX triplet: 27, 5C and AA. RGB value is (39,92,170). Sum of RGB (Red+Green+Blue) = 39+92+170=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #275CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275CAA is #D8A355. Grayscale: #545454. Windows color (decimal): -14197590 or 11164711. OLE color: 11164711.

HSL color Cylindrical-coordinate representation of color #275CAA: hue angle of 215.73º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #275CAA is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 92 170 -
CMYK 0.77 0.46 0 0.33
HSL 215.73º 0.63% 0.41% -
HSV(B) 215.73º 0.77% 0.67% -
XYZ 11.92 10.99 39.52 -
YUV 85.05 175.94 95.16 -
System Red Green Blue C M Y K H S L
Decimal 39 92 170 0.77 0.46 0 0.33 215.73 0.63 0.41
Hex 27 5C AA 4D 2E 0 21 D8 3F 29
Octal 47 134 252 115 56 0 41 330 77 51
Binary 100111 1011100 10101010 1001101 101110 0 100001 11011000 111111 101001

Color Harmonies of #275CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275CAA

Black with #275CAA

Text Example


Text Example

White with #275CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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