Html Css Color HEX #275BAC Cerulean Blue

📋 copy color: '#275BAC'

red 39 ◦ green 91 ◦ blue 172

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

Shades of Cerulean Blue #275BAC

Tints of Cerulean Blue #275BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.13%

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

R = 12.91%
G = 30.13%
B = 56.95%

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

#275BAC (or 0x275BAC) is known color: Cerulean Blue. HEX triplet: 27, 5B and AC. RGB value is (39,91,172). Sum of RGB (Red+Green+Blue) = 39+91+172=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #275BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275BAC is #D8A453. Grayscale: #545454. Windows color (decimal): -14197844 or 11295527. OLE color: 11295527.

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

Color convert

RGB 39 91 172 -
CMYK 0.77 0.47 0 0.33
HSL 216.54º 0.63% 0.41% -
HSV(B) 216.54º 0.77% 0.67% -
XYZ 12.02 10.89 40.5 -
YUV 84.69 177.27 95.41 -
System Red Green Blue C M Y K H S L
Decimal 39 91 172 0.77 0.47 0 0.33 216.54 0.63 0.41
Hex 27 5B AC 4D 2F 0 21 D9 3F 29
Octal 47 133 254 115 57 0 41 331 77 51
Binary 100111 1011011 10101100 1001101 101111 0 100001 11011001 111111 101001

Color Harmonies of #275BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275BAC

Black with #275BAC

Text Example


Text Example

White with #275BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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