Html Css Color HEX #3463BC Cerulean Blue

📋 copy color: '#3463BC'

red 52 ◦ green 99 ◦ blue 188

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

Shades of Cerulean Blue #3463BC

Tints of Cerulean Blue #3463BC

RGB

 RED value IS 52 (20.7% from 255) = 15.34%

 GREEN value IS 99 (39.06% from 255) = 29.2%

 BLUE value IS 188 (73.83% from 255) = 55.46%

R = 15.34%
G = 29.2%
B = 55.46%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3463BC (or 0x3463BC) is known color: Cerulean Blue. HEX triplet: 34, 63 and BC. RGB value is (52,99,188). Sum of RGB (Red+Green+Blue) = 52+99+188=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #3463BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3463BC is #CB9C43. Grayscale: #5E5E5E. Windows color (decimal): -13343812 or 12346164. OLE color: 12346164.

HSL color Cylindrical-coordinate representation of color #3463BC: hue angle of 219.26º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3463BC is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 99 188 -
CMYK 0.72 0.47 0 0.26
HSL 219.26º 0.57% 0.47% -
HSV(B) 219.26º 0.72% 0.74% -
XYZ 14.96 13.28 49.35 -
YUV 95.09 180.43 97.26 -
System Red Green Blue C M Y K H S L
Decimal 52 99 188 0.72 0.47 0 0.26 219.26 0.57 0.47
Hex 34 63 BC 48 2F 0 1A DB 39 2F
Octal 64 143 274 110 57 0 32 333 71 57
Binary 110100 1100011 10111100 1001000 101111 0 11010 11011011 111001 101111

Color Harmonies of #3463BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3463BC

Black with #3463BC

Text Example


Text Example

White with #3463BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3463BC; }

 p { color: rgb(52,99,188); }

 H1.HeaderClassName
 {
   color: #3463BC;
 }
 .AnyTagClassName
 {
   color: #3463BC;
 }
</style>

background-color css

<style>
 a { background-color: #3463BC; }

 a { background-color: rgb(52,99,188); }

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

border-color css

<style>
 span { border-color: #3463BC; }

 span { border-color: rgb(52,99,188); }

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