Html Css Color HEX #306FBB Curious Blue

📋 copy color: '#306FBB'

red 48 ◦ green 111 ◦ blue 187

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

Shades of Curious Blue #306FBB

Tints of Curious Blue #306FBB

RGB

 RED value IS 48 (19.14% from 255) = 13.87%

 GREEN value IS 111 (43.75% from 255) = 32.08%

 BLUE value IS 187 (73.44% from 255) = 54.05%

R = 13.87%
G = 32.08%
B = 54.05%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#306FBB (or 0x306FBB) is known color: Curious Blue. HEX triplet: 30, 6F and BB. RGB value is (48,111,187). Sum of RGB (Red+Green+Blue) = 48+111+187=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #306FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FBB is #CF9044. Grayscale: #646464. Windows color (decimal): -13602885 or 12283696. OLE color: 12283696.

HSL color Cylindrical-coordinate representation of color #306FBB: hue angle of 212.81º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #306FBB is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 111 187 -
CMYK 0.74 0.41 0 0.27
HSL 212.81º 0.59% 0.46% -
HSV(B) 212.81º 0.74% 0.73% -
XYZ 15.87 15.59 49.19 -
YUV 100.83 176.63 90.32 -
System Red Green Blue C M Y K H S L
Decimal 48 111 187 0.74 0.41 0 0.27 212.81 0.59 0.46
Hex 30 6F BB 4A 29 0 1B D5 3B 2E
Octal 60 157 273 112 51 0 33 325 73 56
Binary 110000 1101111 10111011 1001010 101001 0 11011 11010101 111011 101110

Color Harmonies of #306FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306FBB

Black with #306FBB

Text Example


Text Example

White with #306FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306FBB; }

 p { color: rgb(48,111,187); }

 H1.HeaderClassName
 {
   color: #306FBB;
 }
 .AnyTagClassName
 {
   color: #306FBB;
 }
</style>

background-color css

<style>
 a { background-color: #306FBB; }

 a { background-color: rgb(48,111,187); }

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

border-color css

<style>
 span { border-color: #306FBB; }

 span { border-color: rgb(48,111,187); }

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