Html Css Color HEX #274BBA Cerulean Blue

📋 copy color: '#274BBA'

red 39 ◦ green 75 ◦ blue 186

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

Shades of Cerulean Blue #274BBA

Tints of Cerulean Blue #274BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25%

 BLUE value IS 186 (73.05% from 255) = 62%

R = 13%
G = 25%
B = 62%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#274BBA (or 0x274BBA) is known color: Cerulean Blue. HEX triplet: 27, 4B and BA. RGB value is (39,75,186). Sum of RGB (Red+Green+Blue) = 39+75+186=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #274BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274BBA is #D8B445. Grayscale: #4C4C4C. Windows color (decimal): -14201926 or 12208935. OLE color: 12208935.

HSL color Cylindrical-coordinate representation of color #274BBA: hue angle of 225.31º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #274BBA is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 75 186 -
CMYK 0.79 0.60 0 0.27
HSL 225.31º 0.65% 0.44% -
HSV(B) 225.31º 0.79% 0.73% -
XYZ 12.22 9.01 47.55 -
YUV 76.89 189.57 100.97 -
System Red Green Blue C M Y K H S L
Decimal 39 75 186 0.79 0.60 0 0.27 225.31 0.65 0.44
Hex 27 4B BA 4F 3C 0 1B E1 41 2C
Octal 47 113 272 117 74 0 33 341 101 54
Binary 100111 1001011 10111010 1001111 111100 0 11011 11100001 1000001 101100

Color Harmonies of #274BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274BBA

Black with #274BBA

Text Example


Text Example

White with #274BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,75,186); }

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

background-color css

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

 a { background-color: rgb(39,75,186); }

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

border-color css

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

 span { border-color: rgb(39,75,186); }

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