Html Css Color HEX #274DC3 Cerulean Blue

📋 copy color: '#274DC3'

red 39 ◦ green 77 ◦ blue 195

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

Shades of Cerulean Blue #274DC3

Tints of Cerulean Blue #274DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 62.7%

R = 12.54%
G = 24.76%
B = 62.7%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#274DC3 (or 0x274DC3) is known color: Cerulean Blue. HEX triplet: 27, 4D and C3. RGB value is (39,77,195). Sum of RGB (Red+Green+Blue) = 39+77+195=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 195 (76.56% from 255 or 62.70% from 311); Max value from RGB is 195 - color contains mainly: blue. Hex color #274DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DC3 is #D8B23C. Grayscale: #4E4E4E. Windows color (decimal): -14201405 or 12799271. OLE color: 12799271.

HSL color Cylindrical-coordinate representation of color #274DC3: hue angle of 225.38º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #274DC3 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 39 77 195 -
CMYK 0.80 0.61 0 0.24
HSL 225.38º 0.67% 0.46% -
HSV(B) 225.38º 0.8% 0.76% -
XYZ 13.34 9.68 52.79 -
YUV 79.09 193.41 99.41 -
System Red Green Blue C M Y K H S L
Decimal 39 77 195 0.80 0.61 0 0.24 225.38 0.67 0.46
Hex 27 4D C3 50 3D 0 18 E1 43 2E
Octal 47 115 303 120 75 0 30 341 103 56
Binary 100111 1001101 11000011 1010000 111101 0 11000 11100001 1000011 101110

Color Harmonies of #274DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274DC3

Black with #274DC3

Text Example


Text Example

White with #274DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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