Html Css Color HEX #275CAC Cerulean Blue

📋 copy color: '#275CAC'

red 39 ◦ green 92 ◦ blue 172

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

Shades of Cerulean Blue #275CAC

Tints of Cerulean Blue #275CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.77%

R = 12.87%
G = 30.36%
B = 56.77%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#275CAC (or 0x275CAC) is known color: Cerulean Blue. HEX triplet: 27, 5C and AC. RGB value is (39,92,172). Sum of RGB (Red+Green+Blue) = 39+92+172=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #275CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275CAC is #D8A353. Grayscale: #545454. Windows color (decimal): -14197588 or 11295783. OLE color: 11295783.

HSL color Cylindrical-coordinate representation of color #275CAC: hue angle of 216.09º 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 #275CAC is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 92 172 -
CMYK 0.77 0.47 0 0.33
HSL 216.09º 0.63% 0.41% -
HSV(B) 216.09º 0.77% 0.67% -
XYZ 12.11 11.06 40.53 -
YUV 85.27 176.94 95 -
System Red Green Blue C M Y K H S L
Decimal 39 92 172 0.77 0.47 0 0.33 216.09 0.63 0.41
Hex 27 5C AC 4D 2F 0 21 D8 3F 29
Octal 47 134 254 115 57 0 41 330 77 51
Binary 100111 1011100 10101100 1001101 101111 0 100001 11011000 111111 101001

Color Harmonies of #275CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275CAC

Black with #275CAC

Text Example


Text Example

White with #275CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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