Html Css Color HEX #274DAD Cerulean Blue

📋 copy color: '#274DAD'

red 39 ◦ green 77 ◦ blue 173

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

Shades of Cerulean Blue #274DAD

Tints of Cerulean Blue #274DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.64%

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

R = 13.49%
G = 26.64%
B = 59.86%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#274DAD (or 0x274DAD) is known color: Cerulean Blue. HEX triplet: 27, 4D and AD. RGB value is (39,77,173). Sum of RGB (Red+Green+Blue) = 39+77+173=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #274DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274DAD is #D8B252. Grayscale: #4C4C4C. Windows color (decimal): -14201427 or 11357479. OLE color: 11357479.

HSL color Cylindrical-coordinate representation of color #274DAD: hue angle of 222.99º 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 #274DAD is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 77 173 -
CMYK 0.77 0.55 0 0.32
HSL 222.99º 0.63% 0.42% -
HSV(B) 222.99º 0.77% 0.68% -
XYZ 11.03 8.76 40.64 -
YUV 76.58 182.41 101.19 -
System Red Green Blue C M Y K H S L
Decimal 39 77 173 0.77 0.55 0 0.32 222.99 0.63 0.42
Hex 27 4D AD 4D 37 0 20 DF 3F 2A
Octal 47 115 255 115 67 0 40 337 77 52
Binary 100111 1001101 10101101 1001101 110111 0 100000 11011111 111111 101010

Color Harmonies of #274DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274DAD

Black with #274DAD

Text Example


Text Example

White with #274DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274DAD; }

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

 H1.HeaderClassName
 {
   color: #274DAD;
 }
 .AnyTagClassName
 {
   color: #274DAD;
 }
</style>

background-color css

<style>
 a { background-color: #274DAD; }

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

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

border-color css

<style>
 span { border-color: #274DAD; }

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

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